home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7329 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: comp.vuw.ac.nz!HERMES!maths!peterm
  3. From: peterm@maths.grace.cri.nz (Peter McGavin)
  4. Subject: Re: C2P routines needed
  5. Message-ID: <PETERM.96Apr15110014@tui.maths.irl.cri.nz>
  6. Date: 14 Apr 1996 23:00:14 GMT
  7. References: <403.6654T4T2911@direktor.voima.jkl.fi>
  8. Organization: Industrial Research Ltd
  9. In-reply-to: kp@direktor.voima.jkl.fi's message of 13 Apr 1996 14:52:14 GMT
  10.  
  11. kp@direktor.voima.jkl.fi (K-P) writes:
  12. >I'm interested in C2P conversion routines which can be used to convert a
  13. >8-bit chunky buffer to less than 8 bitplanes, eg for ECS compatibility.
  14.  
  15. Aminet game/demo/GloomC2P10.lha has source code for fast, CPU-only,
  16. 1x1 and 2x1, 6-plane and 8-plane C2P, optimised for 020s, 040s and
  17. Akiko.  These routines use a "scrambled" chunky buffer.
  18.  
  19. Aminet gfx/show/flick-1.5.lha has source code for fast, CPU-only, 1x1,
  20. 4-plane, 6-plane and 8-plane, linear C2P, with "dirty" list (array of
  21. flags indicating which parts of display to convert) optimised for 020s
  22. and 040s.
  23.  
  24. If you want a direct replacement for WritePixelArray8(), try:
  25. ftp.funet.fi /pub/archive/comp.sources.amiga/volume94/graphics/c2p-1.1
  26. This is slower than the above routines, but much more general.
  27. -- 
  28. Peter McGavin.   (p.mcgavin@irl.cri.nz)
  29.  
  30.